Headings without color
Note: if you want to add titles or headings using H tags and you need them to be neutral in color add the class uncolor to your heading tag.
This code can be seen here Examples
<h1 class="uncolor">This title is not colored</h1>
<h2 class="uncolor">This title is not colored</h2>
<h3 class="uncolor">This title is not colored</h3>
<h4 class="uncolor">This title is not colored</h4>